Skip to content

Moved the value field of Value in Constant and renamed Value into Expression - #15

Open
d-leroy wants to merge 2 commits into
mbats:masterfrom
d-leroy:master
Open

Moved the value field of Value in Constant and renamed Value into Expression#15
d-leroy wants to merge 2 commits into
mbats:masterfrom
d-leroy:master

Conversation

@d-leroy

@d-leroy d-leroy commented Oct 14, 2015

Copy link
Copy Markdown

Hello,

Following a discussion with Benoit Combemale and Didier Vojtisek, I edited the arduino language metamodel in order to remove all dynamic information.

I moved the "value" field, initially a member of the Value class, toward the Constant class because it is the only class for which this data is not dynamic (this field is also used by the Variable class but in a dynamic way so is added by aspect weaving).

I also renamed the Value class into Expression since it can also be a MathOperation.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant